# Block specific domain

Block a domain to:
            * hide all public posts from it
            * hide all notifications from it
            * remove all followers from it
            * prevent following new users from it (but does not remove existing follows)

Endpoint: POST /api/v1/user-domain-block/{domain}
Version: 1.0
Security: header

## Path parameters:

  - `domain` (string, required)
    The domain to block (e.g. 'example.com')

## Response 400 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 409 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


